home *** CD-ROM | disk | FTP | other *** search
/ Eagles Nest BBS 8 / Eagles_Nest_Mac_Collection_Disc_8.TOAST / Developer Tools⁄Additions / MacUserProj / MacUser Projects / June / 2GenApp Hdr / MiscUtilPr.h < prev    next >
Encoding:
C/C++ Source or Header  |  1990-04-24  |  1.0 KB  |  33 lines  |  [TEXT/KAHL]

  1. /* *****************************************************************************
  2.     FILE:             MiscUtilPr.h
  3.     
  4.     DESCRIPTION:     Useful utilities Prototypes
  5.  
  6.     AUTHOR:            Kurt W.G. Matthies
  7.         
  8.     Copyright © 1990 by Code of the West, Inc. All Rights Reserved.
  9.  
  10.     Revision History:
  11.     ==========================================================
  12.     4.24.90    -    June 1990 MacUser Release
  13.     3.30.90    -    May 1990 MacUser Release
  14.     ==========================================================
  15.  
  16.    ***************************************************************************** */
  17.  
  18. #ifndef _MiscUtilPr_
  19. #define _MiscUtilPr_
  20.  
  21. Handle        newClearHdl        ( Size );
  22. Ptr            newClearPtr        ( Size );
  23. OSErr        resizeHdl        ( Handle, Size );
  24.  
  25. StringPtr    memErrorStr        ( StringPtr, OSErr);
  26. Boolean        pDebugStr         ( StringPtr );
  27.  
  28. Boolean        getDblClick        ( EventRecord * );
  29. #endif
  30. /* ===============================  EOF  =======================================
  31.     Copyright © 1990 by Code of the West, Inc. All Rights Reserved.
  32. ================================================================================ */
  33.